testing.chattyPrinter.Updatef (method)

8 uses

	testing (current package)
		fuzz.go#L321: 			t.chatty.Updatef(t.name, "=== RUN   %s\n", t.name)
		fuzz.go#L517: 			f.chatty.Updatef(f.name, "=== RUN   %s\n", f.name)
		fuzz.go#L588: 		f.chatty.Updatef(f.name, "=== FUZZ  %s\n", f.name)
		testing.go#L455: func (p *chattyPrinter) Updatef(testName, format string, args ...any) {
		testing.go#L706: 		c.chatty.Updatef(testName, format, args...)
		testing.go#L1260: 		t.chatty.Updatef(t.name, "=== PAUSE %s\n", t.name)
		testing.go#L1268: 		t.chatty.Updatef(t.name, "=== CONT  %s\n", t.name)
		testing.go#L1479: 		t.chatty.Updatef(t.name, "=== RUN   %s\n", t.name)